JetBrains: IntelliJ IDEA 2026.1.1 — багфикс‑релиз
Источник: https://blog.jetbrains.com/idea/2026/04/intellij-idea-2026-1-1/
Краткое содержание
JetBrains выпустила IntelliJ IDEA 2026.1.1 — сервисный релиз с исправлениями в ветке 2026.1. Обновление доступно из самой IDE, через Toolbox App, через snap‑пакеты на Ubuntu и с сайта JetBrains.
Основные исправления
Возвращена возможность настраивать WSL Python SDK ([IJPL‑240728]). Починен Emmet в режиме удалённой разработки ([IJPL‑168255]). Устранено падение Gradle sync из‑за ClassCastException между InternalIdeaModule и org.gradle.tooling.model.ProjectModel ([IDEA‑386409]). Восстановлено корректное подключение к admin‑процессу WildFly после старта сервера (деплой и «Open browser after launch» снова работают, [IDEA‑387483]). Починен поиск WSL 2 JDK ([IJPL‑222935]). Возвращено поведение двойного клика по Ant‑таргету — запуск и вывод в окно Messages ([IDEA‑387507]). Ускорены поиск context actions и автодополнение в крупных Spring‑проектах ([IDEA‑378966]). Починено создание Run Configuration для локального WebLogic ([IDEA‑387617]). Нажатие Enter в Find and Replace снова работает ожидаемо ([IJPL‑240373]).
Пример того, что починили (WSL Python SDK)
До фикса типичный рабочий сценарий с WSL2‑интерпретатором вылетал ещё на шаге выбора интерпретатора. Теперь в «Add Python Interpreter → WSL» снова можно указать, например:
\\wsl$\Ubuntu-24.04\home\user\.venv\bin\python
и IDE корректно подхватывает все пакеты, устанавливаемые через:
wsl -d Ubuntu-24.04
python -m venv ~/.venv
source ~/.venv/bin/activate
pip install pandas fastapi uvicorn
Значимость
Сервисный релиз на две недели после 2026.1 — привычный ритм JetBrains. Список починенных багов показывает, какие сценарии сейчас наиболее болезненны в корпоративной разработке: WSL‑интеграция (Python SDK, JDK), Gradle‑синхронизация, Java EE‑стеки WildFly/WebLogic и производительность в крупных Spring‑приложениях. Пользователям на EAP и стабильных каналах рекомендуется обновление — явных регрессий не анонсировано.
🧾 Транскрипт (формат)
IntelliJ IDEA 2026.1.1 Is Out! Source: https://blog.jetbrains.com/idea/2026/04/intellij-idea-2026-1-1/
IntelliJ IDEA 2026.1.1 has arrived with several valuable fixes.
You can update to this version from inside the IDE, using the Toolbox App, or using snaps if you are a Ubuntu user. You can also download it from our website.
Here are the most notable updates included in this version:
It’s once again possible to set up a WSL Python SDK. [IJPL-240728] Emmet in remote development now works as expected. [IJPL-168255] Gradle sync no longer fails due to a class cast error involving InternalIdeaModule and org.gradle.tooling.model.ProjectModel. [IDEA-386409] The IDE now correctly connects to the WildFly admin process after server startup, restoring deployment and the Open browser after launch option. [IDEA-387483] The IDE no longer fails to locate the WSL 2 JDK. [IJPL-222935] Double-clicking an Ant target in the Ant tool window now runs the target and shows the build output in the Messages tool window. [IDEA-387507] Search for context actions and code completion in large Spring projects are now more responsive and faster. [IDEA-378966] The IDE now correctly supports creating a run configuration for a local WebLogic server. [IDEA-387617] The Find and Replace action now works as expected when pressing Enter. [IJPL-240373]
To find out more details about the issues resolved, please refer to the release notes.
If you encounter any bugs, please report them to our issue tracker.
Happy developing!